You are here:
Symbol Reference >
Dew Namespace
>
Dew.Stats Namespace
>
Dew.Stats.Units Namespace
>
Classes
>
RegModels Class
>
RegModels Methods
>
LineEval Method
>
RegModels.LineEval Method ([In] double[], double)
Dew Stats for .NET
Example
RegModels.LineEval Method ([In] double[], double)
Evaluate linear function for single x.
using
Dew.Stats.Units
;
namespace
Dew.Examples {
private
void
Example() { RegModels.LineEval(
new
double
[] {1.0, 3.0}, 2.5); } }
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home